home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 029 (1987-08-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 029 (1987-08-15)(Ossowski, Stefan)(DE)(PD).adf / Robotroff / README < prev    next >
Text File  |  1978-08-10  |  3KB  |  76 lines

  1. #! /bin/sh
  2. # This is a shell archive, meaning:
  3. # 1. Remove everything above the #! /bin/sh line.
  4. # 2. Save the resulting text in a file.
  5. # 3. Execute the file with /bin/sh (not csh) to create:
  6. #    README
  7. #    robotroff.doc
  8. #    makefile
  9. #    robotroff.h
  10. #    _main.c
  11. #    functions.c
  12. #    robotroff.c
  13. #    sprites.c
  14. #    rnd.asm
  15. # This archive created: Sat Mar 21 00:39:13 1987
  16. # By:    Leo 'Bols Ewhac' Schwab ()
  17. export PATH; PATH=/bin:/usr/bin:$PATH
  18. if test -f 'README'
  19. then
  20.     echo shar: "will not over-write existing file 'README'"
  21. else
  22. cat << \SHAR_EOF > 'README'
  23.     Hello again.  A friend of mine suggested that I write this.  So I
  24. did.  I'm rather proud of this one.  It's my most ambitious display hack
  25. yet.  It's called "Robotroff".
  26.  
  27.     I'd tell you what this does, but much of the enjoyment of this
  28. program is derived from its surprise value.  Therefore, I think you'll be
  29. better served if you compile and/or run this program without first trying to
  30. determine what it does.  If your curiosity level won't permit that, then
  31. read the robotroff.doc file for instructions.
  32.  
  33. MANUFACTURE
  34.     Here's how to make this monstrosity:
  35. 1> make
  36.  
  37.     There.  That wasn't so bad, was it?
  38.  
  39. USEAGE
  40.     Just type "robotroff" at a CLI prompt.  Trust me.  If you're
  41. absolutely convinced that nothing happened, try again, using "robotroff -i".
  42.  
  43. CAVEATS
  44.     This program compiles under Manx 3.20a --==>> ONLY. <<==--  I'm
  45. almost positive it won't compile/link under Manx 3.40 without modification
  46. to the _main.c file.  (Aside:  You can safely eliminate the _main.c file,
  47. but you lose one of the major features of the program by doing this.  Check
  48. the source for more information.)  If there's enough demand, and if I ever
  49. get my 3.40 upgrade, I'll create a version that will work with that.
  50. Further, I suspect that this will never work under Lattice without a major
  51. re-write.
  52.  
  53.     (Postscript:  Jim Goodnow II handed me a copy of 3.40 at the last
  54. BADGE meeting, and I've had a chance to look at it.  It will take me a few
  55. day to get up to speed on 3.40, but I will be posting a 3.40-compatible
  56. version of _main.c.  Look for it in about a week or two (or three...).)
  57.  
  58.     Also, there apparently is a problem with invoking this program from
  59. a Resident-CLI.  It may or may not crash the system if invoked this way.
  60. Moral:  Invoke from a normal CLI and save your aspirin.
  61.  
  62.     I hope you like this one.  I do.  I hope my friend does.
  63.  
  64. _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  65.  ________         ___            Leo L. Schwab
  66.        \        /___--__        The Guy in The Cape
  67.   ___  ___ /\            ---##\        ihnp4!ptsfa!well!ewhac
  68.       /   X  \_____    |  __ _---))            ..or..
  69.      /   /_\--    -----+==____\ // \  _        well ---\
  70. ___ (   o---+------------------O/   \/ \    dual ----> !unicom!ewhac
  71.      \     /            ___ \_  (`o )    hplabs -/       ("AE-wack")
  72.  ____ \___/                 \_/
  73.           Recumbent Bikes:            "Work FOR?  I don't work FOR
  74.         The _O_n_l_y Way To Fly!        anybody!  I'm just having fun."
  75. SHAR_EOF
  76.